home *** CD-ROM | disk | FTP | other *** search
-
- This is a kernel patch to add a 16->8 bit dsp device. I don't think voxware
- has changed for some time so it will patch just about any 1.1.xx kernel.
-
- Installation:
-
- patch your kernel:
- # patch -p0 < doom-dsp16to8.patch
-
- build it:
- # make zlilo
-
- make the device in /dev (I use the name d16 use what you want but only 3
- letters so you can edit binaries):
-
- mknod -m 666 /dev/d16 c 14 11
-
-
- patch the 16 bit binary, e.g.:
-
- emacs sndserver
-
- M-X: replace-string /dev/dsp /dev/d16
- save-and-exit
-
- reboot and enjoy.
-
- If you don't understand or are scared by any of the above, ask your parents
- or an adult to help you.
-
-
- Jon.
-